Welcome![Sign In][Sign Up]
Location:
Search - TCP connect

Search list

[SCMNETCONN_TCP

Description: 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP服务器,网络调试助手做TCP客户端,TCP连接以一个任务的方式来运行的,网络调试助手尝试连接开发板,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据-The experiment will achieve the following functions: Use UCOS operating system, DHCP as a task to run, when it will obtain an IP address automatically suspended after DHCP tasks. In this experiment development board between the network and establish a TCP connection debugging assistant, including the development board to do TCP server, network debugging assistant do TCP client, TCP connection by way of a task to run, the network tries to connect development board debugging assistant, when after a successful connection to establish a TCP connection, then you can send data to the development board debugging assistant through the network, after the board receives the data via the serial port to serial debugging assistant. It can also transmit data to the network debugging assistant by pressing the key development board KEY0
Platform: | Size: 17604608 | Author: daew | Hits:

[SCMNETCONN_TCP-client

Description: 本实验将实现如下功能:使用UCOS操作系统,DHCP作为一个任务来运行,当获取到IP地址以后就会自动挂起DHCP任务。本实验中开发板与网络调试助手之间建立TCP连接,其中开发板做TCP客户端,网络调试助手做TCP服务器,TCP连接以一个任务的方式来运行的,开发板尝试连接网络调试助手,当连接成功以后就建立起了一个TCP连接,然后就可以通过网络调试助手向开发板发送数据,开发板接收数据后通过串口发送给串口调试助手。也可以通过按下开发板的KEY0键来向网络调试助手发送数据。-The experiment will achieve the following functions: Use UCOS operating system, DHCP as a task to run, when it will obtain an IP address automatically suspended after DHCP tasks. In this experiment development board between the network and establish a TCP connection debugging assistant, including the development board to do TCP client, TCP server network debugging assistant do, TCP connection by way of a task to run, try to connect to the network development board debugging assistant, when after a successful connection to establish a TCP connection, then you can send data to the development board debugging assistant through the network, after the board receives the data via the serial port to serial debugging assistant. It can also transmit data to the network debugging assistant KEY0 development board by pressing the key.
Platform: | Size: 17561600 | Author: daew | Hits:

[WEB CodemySocket

Description: 使用此库可以直接在网页上创建 Socket TCP 连接,并与服务端连接,发送和接收数据。拥有完善的 Socket 接口,更方便操作。 Socket 适用于点对点聊天、协同或者聊天时等需要获得实时的数据。如果您找到了此组件,也必然知道 Socket 和 AJAX 的区别。 迈云 JavaScript Socket 类可以在网页上创建原生Socket,并与服务器端通讯。Socket具有持久、实时的优点,适合IM、聊天室、网络游戏、实时更新、实时推送等等的各个场合。-Using this library can be directly on the page to create a TCP Socket connection, and connect to the server, send and receive data. Has a perfect Socket interface, more convenient to operate. Socket is suitable for point to point chat, collaboration, or chat, and other needs to get real-time data. If you find this component, you must know the difference between Socket and AJAX. Mai Yun Socket JavaScript class can create a native Socket on the web, and communication with the server side. Socket has the advantages of lasting, real-time, suitable for IM, chat rooms, online games, real-time updates, real-time push and so on all occasions.
Platform: | Size: 8192 | Author: zzpudn62 | Hits:

[ICQ-IM-ChatAndQQ_loginOnly

Description: 安卓QQ2015登陆源码,使用TCP协议连接手机qq服务器进行QQ的登陆注销操作。-Android QQ login demo,use tcp to connect qq server ,include login and logout.
Platform: | Size: 31744 | Author: zhangjx | Hits:

[TCP/IP stackLab1

Description: spaghetti relay tcp ip connect networking project chat server connect socket lab repository uncomplete incomplete client server behavior c++ basic winsock api
Platform: | Size: 10931200 | Author: | Hits:

[TCP/IP stackWinsock_src

Description: winsock src solution tcp ip stack client server connect socket api sockaddr functions basic network networking close programming communication ports protocol internet transfer control
Platform: | Size: 82944 | Author: | Hits:

[Internet-Networkclient-server

Description: 多协议文件传输c/s网络应用设计与实现,程序用 TCP/UDP 两个协议模拟多协议服务器。首先服务器端要将两种协议的套接字创建好,并且监听 TCP 端口的连接。必要时使用select函数来进行多连接处理和非阻塞处理。而客户端直接可以按照发送的地址和端口号来进行通讯。 首先要运行服务器端,服务器会监听 TCP 端口。然后运行客户端,根据事先设定好的 IP和端口,就可以进行连接传输数据了。 程序实现的关键步骤: 以TCP协议为例 服务器端: 1.创建套接字;2.绑定端口;3.进入无穷的循环;4.接收请求;5.处理请求;6.应答。 客户端: 1.找到服务器的IP地址和协议的端口号;2.创建套接字;3.确定连接需要任意的,没有使用的端口号允许TCP去选择一个;4.将套接字和服务器连接;5.使用应用层协议和服务器交互;6.关闭连接。-Multi-protocol file transfer c/s network application design and implementation of programs simulate multi-protocol server with TCP/UDP both protocols. First socket server to create a good two protocols, TCP port and listens for connections. If necessary, use the function to handle multiple connections and non-blocking treatment. And the client can follow directly address and port number to communicate. First run on the server side, the server listens on TCP port. Then run the client, according to pre-configured IP and port, you can connect the data transmission. The key step program implementation: In TCP protocol as an example Service-Terminal: 1. Create a socket 2 bound port 3 enter an infinite loop 4. receiving a request 5. processing requests 6 response. Clients: 1. Locate the server s IP address and protocol port number 2 creates a socket 3 connections need to determine arbitrary, unused port allows TCP to choose a 4 and the socket server connections 5 using appli
Platform: | Size: 22675456 | Author: 大酱 | Hits:

[Internet-NetworkClient

Description: 客户端采用TCP/IP协议进行通讯连接,连接端口号默认为20249-The client uses the TCP/IP protocol to connect the connection, the connection port number is 20249
Platform: | Size: 1005568 | Author: 沈志文 | Hits:

[TCP/IP stackTCP_time_server-to-client2

Description: TCP时间服务器例程: 服务器端程序等待客户端连接请求 当有客户端请求时,显示客户端IP地址和端口地址 给客户端返回服务器端当前时间 客户端向服务器端询问当前时间 连接到时间服务器 显示从服务器返回的时间信息 -TCP Time Server Instance: The server-side program waits for a client connection request When a client requests, display the client IP address and port address Returns the server-side current time to the client The client asks the server for the current time Connect to the time server Displays the time information returned the server
Platform: | Size: 67584 | Author: 鹏哥 | Hits:

[CSharpjustin

Description: 端口扫描 包含tcp/udp扫描,支持cscoket的connect方式扫描及socket2的connect扫描-Port scan contains tcp/udp scan, support cscoket connect scanning and socket2 connect scan
Platform: | Size: 2611200 | Author: 高枫 | Hits:

[ARM-PowerPC-ColdFire-MIPSESP8266_TCP_Client

Description: ESP8266作为服务器,用网络调试助手通过TCP连接ESP8266并通讯-ESP8266 as a server, use network debugging assistant to connect ESP8266 and communicate via TCP
Platform: | Size: 4974592 | Author: 李勇 | Hits:

[Otherconnect S7-PLC IN tcp

Description: Simple introduction about connection between PC and S7-PLC
Platform: | Size: 542720 | Author: purewater | Hits:

[Embeded-SCM Developnetw5500

Description: w5500封装了TCP/IP 协议,连接stm32spi串口,进行网络通讯,支持断网重连,连接速短快,程序简单。(W5500 encapsulates the TCP/IP protocol, connect stm32spi serial port, network communication, support broken network reconnection, fast connection speed, simple procedure.)
Platform: | Size: 506880 | Author: 弋痕夕xc | Hits:

[MTKmtk__7681_Developers_Guide_v1_2

Description: mtk7681平台 用户编程手册介绍。联发科mt7681是一个紧凑的Wi-Fi片上系统(SoC)和嵌入式TCP/IP协议栈物联网设备。通过添加mt7681到物联网设备可以连接其他智能设备或云应用程序和服务(The MediaTek MT7681 is a compact Wi-Fi System-on-Chip (SoC) with embedded TCP/IP stack for IoT devices. By adding the MT7681 to an IoT device it can connect to other smart devices or tocloud applications and services)
Platform: | Size: 1990656 | Author: senlang | Hits:

[Communication-MobileTcpIp

Description: 通信demo。作为客户端,调用TCP端口,连接远程modbus从站,发送16报文。(communication demo. As client , open TcpIp port, connect modbus slave, send fun=16 code.)
Platform: | Size: 1024 | Author: hb237 | Hits:

[Internet-NetworkUdpChatSync

Description: UDP编程有两种技术,一种是直接使用Socket类,另一种是使用UdpClient类。UdpClient类对基础Socket进行了封装。 与TCP有TcpListener类和TcpClient类不同,UDP只有UdpClient类。 有两种建立远程主机的方式:1.使用远程主机名和端口号来创建;2.先创建不带参数的UdpClient实例,再调用Connect方法。 构造函数:UdpClient()、UdpClient(int port)、UdpClient(IPEndPoint localEp)、UdpClient(string remoteHost,int port)(There are two kinds of technologies in UDP programming. One is to use Socket class directly, the other is to use UdpClient class. The UdpClient class encapsulates the underlying Socket. Unlike TCP, there are TcpListener classes and TcpClient classes. UDP has only UdpClient class. There are two ways to build a remote host: 1. use a remote host name and port number to create; 2. first create a UdpClient instance without parameter, and then call the Connect method. Constructors: UdpClient (), UdpClient (int port), UdpClient (IPEndPoint localEp), UdpClient (string remoteHost, int int).)
Platform: | Size: 39936 | Author: 白菜123 | Hits:

[Other Embeded programSIM800C在STM32F103的例程

Description: SIM800底层驱动、连接TCP、拨号、短信读写功能例程。(SIM800 bottom drive, connect TCP, dialing, SMS read and write routines.)
Platform: | Size: 4416512 | Author: 巨蟹王 | Hits:

[Internet-Networkzeromq-4.1.5

Description: “ZMQ (以下 ZeroMQ 简称 ZMQ)是一个简单好用的传输层,像框架一样的一个 socket library,他使得 Socket 编程更加简单、简洁和性能更高。是一个消息处理队列库,可在多个线程、内核和主机盒之间弹性伸缩。ZMQ 的明确目标是“成为标准网络协议栈的一部分,之后进入 Linux 内核”。现在还未看到它们的成功。但是,它无疑是极具前景的、并且是人们更加需要的“传统”BSD 套接字之上的一层封装。ZMQ 让编写高性能网络应用程序极为简单和有趣。”(ZeroMQ (also known as 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. ZeroMQ is from iMatix and is LGPLv3 open source.)
Platform: | Size: 1234944 | Author: eert_tree | Hits:

[Othertest1-5

Description: 1.采用TCP通信与服务器连接; 2.通过按键控制开关灯、开关门、报警等; 3.实时显示测得的温湿度信息; 4.显示摄像头拍摄的画面;(1. Use TCP communication to connect with the server; 2. Control the switch light, door opening and closing, alarm, etc. through the key; 3. Display the measured temperature and humidity information in real time; 4. Display the picture taken by the camera;)
Platform: | Size: 6144 | Author: 蚀刻 | Hits:

[GPRSBSP

Description: 合宙4G模块的联网步骤,包括TCP链接和MQTT链接阿里云(hezhou connect computers)
Platform: | Size: 5120 | Author: 枫112 | Hits:
« 1 2 ... 11 12 13 14 15 16»

CodeBus www.codebus.net